home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 426-450 / disk_438 / menuc / examples / gad.men < prev    next >
Text File  |  1992-05-06  |  2KB  |  68 lines

  1. ; if used with TEST on the command line MenuC will create a program
  2. ; that will fill the window with gadgets
  3. ; just 48 lines of source (1 line copied 47x) will create an incredible 
  4. ; amount C/ASM source that YOU WON'T HAVE TO KEY IN.
  5. ;
  6. ; see s/MC s/MCLAsm s/MCAsm
  7. ;
  8. #
  9. # Row 1
  10. #
  11. Bool a1 2,10 50,50 1 3
  12. Bool a2 54,10 50,50 1 3
  13. Bool a3 106,10 50,50 1 3
  14. Bool a4 158,10 50,50 1 3
  15. Bool a5 210,10 50,50 1 3
  16. Bool a6 262,10 50,50 1 3
  17. Bool a7 314,10 50,50 1 3
  18. Bool a8 366,10 50,50 1 3
  19. Bool a9 418,10 50,50 1 3
  20. Bool a10 470,10 50,50 1 3
  21. Bool a11 522,10 50,50 1 3
  22. Bool a12 574,10 50,50 1 3
  23. ;
  24. ; Row 2
  25. ;
  26. Bool b1 2,61 50,50 1 3
  27. Bool b2 54,61 50,50 1 3
  28. Bool b3 106,61 50,50 1 3
  29. Bool b4 158,61 50,50 1 3
  30. Bool b5 210,61 50,50 1 3
  31. Bool b6 262,61 50,50 1 3
  32. Bool b7 314,61 50,50 1 3
  33. Bool b8 366,61 50,50 1 3
  34. Bool b9 418,61 50,50 1 3
  35. Bool b10 470,61 50,50 1 3
  36. Bool b11 522,61 50,50 1 3
  37. Bool b12 574,61 50,50 1 3
  38. *
  39. * Row 3
  40. *
  41. Bool c1 2,112 50,50 1 3
  42. Bool c2 54,112 50,50 1 3
  43. Bool c3 106,112 50,50 1 3
  44. Bool c4 158,112 50,50 1 3
  45. Bool c5 210,112 50,50 1 3
  46. Bool c6 262,112 50,50 1 3
  47. Bool c7 314,112 50,50 1 3
  48. Bool c8 366,112 50,50 1 3
  49. Bool c9 418,112 50,50 1 3
  50. Bool c10 470,112 50,50 1 3
  51. Bool c11 522,112 50,50 1 3
  52. Bool c12 574,112 50,50 1 3
  53.  
  54. ; row 4
  55.  
  56. Bool d1 2,163 50,36 1 3
  57. Bool d2 54,163 50,36 1 3
  58. Bool d3 106,163 50,36 1 3
  59. Bool d4 158,163 50,36 1 3
  60. Bool d5 210,163 50,36 1 3
  61. Bool d6 262,163 50,36 1 3
  62. Bool d7 314,163 50,36 1 3
  63. Bool d8 366,163 50,36 1 3
  64. Bool d9 418,163 50,36 1 3
  65. Bool d10 470,163 50,36 1 3
  66. Bool d11 522,163 50,36 1 3
  67. Bool d12 574,163 50,36 1 3
  68.